home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / STARTUP / StubDll.dpr next >
Text File  |  1996-03-20  |  140b  |  10 lines

  1. library StubDLL;
  2.  
  3. uses
  4.   WinProcs,
  5.   StubDllU in 'StubDllU.pas';
  6.  
  7. begin
  8.   OutputDebugString('DLL: Main program block'#13#10);
  9. end.
  10.